ConceptHMI Web Help
CopyTo Method (ConceptDynamicList<T>)
The one-dimensional System.Array that is the destination of the elements copied from System.Collections.Generic.ICollection{T}. The System.Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the elements of the System.Collections.Generic.ICollection{T} to an System.Array, starting at a particular System.Array index.
Syntax
public void CopyTo( 
   T[] array,
   int arrayIndex
)

Parameters

array
The one-dimensional System.Array that is the destination of the elements copied from System.Collections.Generic.ICollection{T}. The System.Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConceptDynamicList<T> Class
ConceptDynamicList<T> Members

 

 


© 2016 Objectis

Send Feedback